home *** CD-ROM | disk | FTP | other *** search
/ Designer's Club 1997 September / Designer's Club 1997 September.iso / mac / Idea Source™ / Vrattle.DIR / 00058_Script_58 < prev    next >
Text File  |  1997-07-28  |  279b  |  12 lines

  1. on mousedown
  2.   puppetsound (2) "tick"
  3.   repeat while the mousedown
  4.     set the membernum of sprite 12 to 56
  5.     updatestage
  6.   end repeat  
  7.   set the membernum of sprite 12 to 57
  8.   updatestage  
  9.   if soundbusy(3) then
  10.     sound stop 3
  11.   else puppetsound (3) "help" 
  12. end